Real-time Kernel (RTKAPI)

The Real-time Kernel (RTKAPI) is a set of Windows Driver Interprocess Communication API (RTKAPI) functions that are used to access RTX64 IPC mechanisms from Windows kernel device drivers. These RTKAPI calls are analogous to their RTAPI counterparts. For example, RtkOpenSemaphore is analogous to RtOpenSemaphore. You use the RTKAPI functions the same way as the RTAPI functions, but from the Windows kernel environment. All RTKAPI interface names are prefixed with Rtk.